Q3MemoryStorage_GetType
You can use theQ3MemoryStorage_GetType
function to get the type of a memory storage object.
TQ3ObjectType Q3MemoryStorage_GetType (TQ3StorageObject storage);
storage
- A memory storage object.
DESCRIPTION
TheQ3MemoryStorage_GetType
function returns, as its function result, the type of the memory storage object specified by thestorage
parameter. The types of memory storage objects currently supported by QuickDraw 3D are defined by this constant:
kQ3MemoryStorageTypeHandleIf the specified memory storage object is invalid or is not of this type,Q3MemoryStorage_GetType
returns the valuekQ3ObjectTypeInvalid
.ERRORS
kQ3ErrorNoSubclass
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter